home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Demos
/
Evatac Software
/
Preditor 3.0
/
Tools
/
Language Module Builder
/
Sources
/
AppleScript
/
AppleScript.rsrc
/
STR#_601.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-16
|
467 b
|
83 lines
do
do {
•
} while (•);•
for
for (•;•;•) {
•
}//endfor•
while
while (•) {
•
}//endwhile•
if
if (•) {
•
}//endif•
elseif
∆}
else if (•) {
•
else
∆}
else {
•
switch
switch (•) {
•
}//endswitch•
case
∆case •:
•
default
∆default:
•
struct
struct {
•
} •;
•
#if
#if •
•
#endif•
#ifdef
#ifdef •
•
#endifdef•
#ifndef
#ifndef •
•
#endifndef•
#else
∆#else
•